-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gce): add support for hyperdisk in GCE #10149
Conversation
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edgarulg can you update the branch and the PR title please?
Adds support for
hyperdisk-balanced
in Spinnaker for GCE. See: https://cloud.google.com/compute/docs/disks/hyperdisksIn the following changes, I added
hyperdisk-balanced
as option for Persistent Disk in the deploy stage when using GCE in Spinnaker.This allows any user to configure their GCE instance to use hyperdisk. The backend already supports this new persistent disk type with the following PR: spinnaker/clouddriver#6288